home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts1-10
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Borland C++ Linker Error: Please help
- Date: Sun, 03 Mar 96 06:10:33 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4hbd4f$899@sam.inforamp.net>
- References: <4h0a3p$r2f@impulse.wichita.com>
- NNTP-Posting-Host: ts1-10.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4h0a3p$r2f@impulse.wichita.com>,
- TomAtkisson <cyclop19@mail.dtc.net> wrote:
- >I am new to Turbo C++ compiler. I am trying to compile a Windows program
- >but am getting several linker errors like the ones below.
- >
- >Linker error: Undefined symbol tapplication::~tapplication() in module
- >EX10-01.CPP <- this is the program name I am trying to run.
-
- You need to link in the OWL library. You should have a checkbox in the linker
- settings to do this. I think your options are "do not link", "static link"
- and "dynamic link." You most likely want to dynamically link it.
-
- Agrivar
-